home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / mail / pine / imap.arc / text0120.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  1.2 KB  |  30 lines

  1. I don't think there is at present *anything* that uses the current definition
  2. of string (including atoms).  Even though you say ``it's a good idea not to
  3. have to wrap everything in quotes'', in actual fact everything is.
  4.  
  5. Unfortunately, ``compatibility with the past'' means that % can not be in
  6. anything other than a literal or a text_line.  Perhaps the people at Stanford
  7. can comment on whether or not MM-D on Interlisp-D machines is extinct, since
  8. that restriction was for its benefit.
  9.  
  10. Let me offer a counter-proposal to yours:
  11.  
  12. Retain the current implementation's definition of the FIND result mailbox name
  13. as being text_line (as opposed to the RFC-1176 definition as string).
  14.  
  15. In IMSP, transmit the additional information as a list in front of the mailbox
  16. name, e.g. something like:
  17.     * MAILBOX (foo bar baz) INBOX
  18. If there is not something that looks like a proper list in front of the
  19. additional data, then assume it's the IMAP form.
  20.  
  21. The burden would be upon future servers not to have mailbox names that start
  22. with things that look like list.  I'm prepared to put a monument in the IMAP
  23. BNF that essentially indicates that.
  24.  
  25. It isn't as clean as one would like, but it causes less trauma to existing
  26. code.
  27.  
  28.  
  29.  
  30.